home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 9 / PC World Interactive 9 - Temmuz 1998.iso / share / internet / hot / infomgr.z / sitemaker.dll / 0 / RCDATA / TCHOOSEDIRFORM / TCHOOSEDIRFORM.txt
Text File  |  1997-07-20  |  1KB  |  55 lines

  1. object ChooseDirForm: TChooseDirForm
  2.   Left = 12
  3.   Top = 6
  4.   BorderIcons = [biSystemMenu, biMaximize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Save Site and Project to Folder'
  7.   ClientHeight = 292
  8.   ClientWidth = 353
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object DirectoryListBox: TDirectoryListBox
  18.     Left = 16
  19.     Top = 16
  20.     Width = 313
  21.     Height = 201
  22.     ItemHeight = 16
  23.     TabOrder = 0
  24.   end
  25.   object OKBtn: TButton
  26.     Left = 168
  27.     Top = 256
  28.     Width = 75
  29.     Height = 25
  30.     Caption = '&OK'
  31.     Default = True
  32.     TabOrder = 1
  33.     OnClick = OKBtnClick
  34.   end
  35.   object CancelBtn: TButton
  36.     Left = 256
  37.     Top = 256
  38.     Width = 75
  39.     Height = 25
  40.     Cancel = True
  41.     Caption = 'Cancel'
  42.     TabOrder = 2
  43.     OnClick = CancelBtnClick
  44.   end
  45.   object DriveComboBox1: TDriveComboBox
  46.     Left = 16
  47.     Top = 224
  48.     Width = 313
  49.     Height = 19
  50.     DirList = DirectoryListBox
  51.     TabOrder = 3
  52.     TextCase = tcUpperCase
  53.   end
  54. end
  55.